Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1Behavior<T> Class / Attach Method
The view to which the behavior is attached.


In This Topic
    Attach Method
    In This Topic
    Attaches the behavior to a UIKit.UIView.
    Syntax
    'Declaration
     
    
    Public Sub Attach( _
       ByVal view As T _
    ) 
    'Usage
     
    
    Dim instance As C1Behavior(Of T)
    Dim view As T
     
    instance.Attach(view)
    public void Attach( 
       T view
    )

    Parameters

    view
    The view to which the behavior is attached.
    See Also